home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok84
/
reqtools_2.1d
/
glue.lha
/
Glue
/
Dice
/
src
/
rtSetReqPositionR.asm
< prev
next >
Wrap
Assembly Source File
|
1992-06-10
|
163b
|
18 lines
INCLUDE "ReqTools.i"
XDEF @rtSetReqPosition
rl REG a2/a6
@rtSetReqPosition:
movem.l rl,-(a7)
RTB
move.l d1,a2
jsr -126(a6)
movem.l (a7)+,rl
rts
END